Dew Stats for .NET
|
Trimmed mean.
Parameters |
Description |
[In] TVec Data |
Data. An exception is raised if Data vector is complex. |
double Alpha |
Defines the percent of value excluded from mean calculation. If Alpha parameter is omitted, the default value 0.05 is used (meaning highest 2.5% and lowest 2.5% of data will be excluded). Alpha paramater must lie on the interval [0,1) otherwise an exception is raised. |
the mean of all Data vector elements, excluding highest and lowest 100*Alpha/2 percents of value.
Copyright (c) 1999-2024 by Dew Research. All rights reserved.
|
What do you think about this topic? Send feedback!
|